github.com/coder/websocket.msgWriter.ctx (field)
7 uses
github.com/coder/websocket (current package)
write.go#L58: ctx context.Context
write.go#L123: mw.ctx = ctx
write.go#L142: err := mw.writeMu.lock(mw.ctx)
write.go#L192: err = mw.writeMu.lock(mw.ctx)
write.go#L224: n, err := mw.c.writeFrame(mw.ctx, false, mw.flate, mw.opcode, p)
write.go#L236: err = mw.writeMu.lock(mw.ctx)
write.go#L254: _, err = mw.c.writeFrame(mw.ctx, true, mw.flate, mw.opcode, nil)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |